home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacHack 2000
/
MacHack 2000.toast
/
pc
/
The Hacks
/
Mixed Mode Maddness
/
Emulator
/
Header
/
stack.h
< prev
Wrap
Text File
|
2000-06-23
|
104b
|
5 lines
void PushByte(UInt8 theByte);
void PushWord(UInt16 theWord);
UInt8 PopByte(void);
UInt16 PopWord(void);